Skip to main content

foldedIconName

Type

property

Summary

A predefined SVG icon to use for folded array elements.

Syntax

set the foldedIconName of <widget> to <pIconName>
get the foldedIconName of <widget>

Description

Use the foldedIconName property to set the icon used for a folded array element to one of the predefined graphics provided by the "IconSVG" library.

You can get a list of available predefined path names by running put iconNames() in the Message Box.

Parameters

NameTypeDescription

pIconName

The name of the icon to display.

Examples

set the foldedIconName of widget "Tree View" to "chevron right"